Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/82. Emoji Catcher Game/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/82. Emoji Catcher Game/app.js
12 Views
0 Comments
const squares = document.querySelectorAll(".square");
const timeLeft = document.querySelector("#time-left");
const score = docum
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/82. Emoji Catcher Game/index.html
23 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/82. Emoji Catcher Game/style.css
15 Views
0 Comments
body {
background: rgb(10, 10, 10);
color: #fff;
font-family: sans-serif;
}

.scores-container {
display: flex;